Version

PointSet Constructor(DataPoint[],SymbolIcon,SymbolIconSize)

Pass in the array of points plus an icon enum value
Syntax
'Declaration
 
Public Function New( _
   ByVal points() As DataPoint, _
   ByVal icon As SymbolIcon, _
   ByVal iconSize As SymbolIconSize _
)
public PointSet( 
   DataPoint[] points,
   SymbolIcon icon,
   SymbolIconSize iconSize
)

Parameters

points
Array of DataPoint objects constituting this PointSet.
icon
The icon to use for rendering points.
iconSize
Icon size to use for rendering points.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also